home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / utilenus / tbox / tbox13.exe / SAMPLES.EXE / TBX--WP.BAT < prev    next >
Encoding:
DOS Batch File  |  1992-04-14  |  75 b   |  5 lines

  1. set OLDPATH=%path%
  2. path c:\wp;%path%
  3. wp %1
  4. path %OLDPATH%
  5. set OLDPATH=